; And another fix...
authorEli Zaretskii <eliz@gnu.org>
Fri, 2 Feb 2024 15:48:28 +0000 (17:48 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 2 Feb 2024 15:48:28 +0000 (17:48 +0200)
lisp/sort.el

index 7047a714661509faf73caf7eb999e5b6d85d81d0..4f0d759ef8aed622b8e7451baca288d5cd91378e 100644 (file)
@@ -481,7 +481,7 @@ sRegexp specifying key within record: \nr")
 ;;;###autoload
 (defun sort-on (sequence predicate accessor)
   "Sort SEQUENCE by calling PREDICATE on sort keys produced by ACCESSOR.
-SEQUENCE should be the input list or vector to sort.
+SEQUENCE should be the input sequence to sort.
 Elements of SEQUENCE are sorted by keys which are obtained by
 calling ACCESSOR on each element.  ACCESSOR should be a function of
 one argument, an element of SEQUENCE, and should return the key